CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 约束 优化

搜索资源列表

  1. danchunxing

    0下载:
  2. 一个用于求解无约束优化问题的单纯形法-matlab编写,内有使用说明.-One for solving unconstrained optimization problems the simplex method-matlab written instructions inside.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:3258
    • 提供者:魏亭
  1. BREEDSO

    0下载:
  2. 源码基于杂交的粒子群算法求解无约束优化问题,主要是各粒子的位置和速度.-Source code based on hybrid particle swarm algorithm for solving unconstrained optimization problems, mainly the particle position and velocity.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:848
    • 提供者:李霞妮
  1. rgyq

    0下载:
  2. 无约束连续函数优化的人工鱼群算法通用MATLAB源码-Unconstrained optimization of continuous function universal MATLAB source of artificial fish school algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:4520
    • 提供者:天道酬勤
  1. Math

    2下载:
  2. 内含8个数学建模的实验报告:线性规划、插值、拟合、非线性规划、蒙特卡洛方法、微分方程、无约束优化、回归分析-Mathematical modeling includes 8 Experiment Report: linear programming, interpolation, fitting, linear programming, Monte Carlo method, differential equations, unconstrained optimization, regressi
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:235651
    • 提供者:LLLLLLLL
  1. psopt20100414

    0下载:
  2. 粒子群算法的matab程序 可以求解带非线性约束的优化问题-a pso code which can slove optimization problems with nonlinear constraints.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:26800
    • 提供者:yxl
  1. pso

    0下载:
  2. 普通的粒子群算法,用于求解无约束优化问题,希望大家参考-General PSO algorithm for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1913
    • 提供者:yao
  1. powell

    0下载:
  2. powell法求解无约束优化问题,这里提供算法,供大家参考-powell method for solving unconstrained optimization problems, here are algorithms for reference
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1437
    • 提供者:lcl
  1. tidu

    0下载:
  2. 共轭梯度法求解无约束优化问题,这里提供算法,供大家参考-Conjugate gradient method for unconstrained optimization problems, here are algorithms for reference
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:972
    • 提供者:lcl
  1. Differential_Evolution2

    0下载:
  2. 优化设计算法:用微分进化法求目标函数的最优解和最优值,有约束条件,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: Differential Evolution Method with the objective function of the optimal solution and optimal value, there are constraints, has verified the correctness of the algori
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:214039
    • 提供者:
  1. Standard_evolutionary_algorithm_design_and_analysi

    1下载:
  2. 为了有效检测多目标优化进化算法的性能,从3 个方面进行多目标优化测试问题的设计,即约束条件、最优解分布的均匀性、算 法逼近Pareto 最优前沿的难度,采用NSGA-Ⅱ算法对这些测试问题进行仿真实验,并将算法求得的最优解可视化。结果显示,测试问题能够有效检测算法在上述3 方面的性能。-In order to effectively detect the multi-objective optimization evolutionary algorithm performance, from
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:308526
    • 提供者:cdong
  1. CompetitionChampionAlgorithm100801

    0下载:
  2. 可用于有约束函数优化的竞赛争冠算法程序已基本完成,但肯定还有未发现的问题.请您试用,并提宝贵的意见和批评.谢谢!该程序是在自创的无约束优化的竞赛争冠算法(旧称竞技取冠算法)函数优化程序基础上,开发出来的有约束优化程序.程序采用罚函数法实现有约束优化的,但罚因子(惩罚系数)的处理方法有别于其它罚函数法.该程序证明这种惩罚系数处理方法是有效的.该法调整惩罚系数简单,粗放,一般应用默认值即可.该程序普适性较好,进化参数调整简单,不敏感,全局最优解的搜索能力较强,数据重现性(鲁棒性)较好,获得结果精度较
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1608690
    • 提供者:Xu Feng Xiang
  1. PSO

    0下载:
  2. 高级优化算法 粒子群优化算法(求解无约束优化问题) PSO(基本粒子群算法)-Advanced Optimization Algorithm Particle swarm optimization (unconstrained problem) PSO (Particle Swarm Optimization)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:545
    • 提供者:王帅哥
  1. BFGS

    1下载:
  2. 最近学习优化理论中的算法,通过网上的查找及改进,得到了共轭梯度法的C语言程序 主要问题:如函数为f(X)=x1*x1*x1*x1+x2*x2时,算得的结果有问题,初步估计是因为迭代公式中出现了求梯度的模的分量造成的,有待继续改进,不过用BFGS算法C语言程序算时,上述问题没有发生,所以才说BFGS算法是无约束优化中最稳定的算法之一了-Optimization theory in a recent study of algorithms, through online search and i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:2381
    • 提供者:徐莹
  1. matlab

    0下载:
  2. 参加数学建模培训用的matlab教程,有基本用法,还有实例,一个星期之内可以学完,而且会用。 内容如下: MATLAB入门 Matlab作图 线性规划 无约束优化 非线性规划 微分方程 最短路问题 行遍性问题 数据的统计描述与分析 回归分析 计算机模拟 插值 拟合 每讲都包含源码,完全可用。 希望大家多多支持,给个好评。 -Participate in the training of mathematical mod
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5782874
    • 提供者:李建
  1. tspdaima

    0下载:
  2. 设计特定的进化操作或约束修正因子。文献[ 28 ]采用罚函数法,利用非固定多段映射罚函数对约束优化问题进行转化,再利用PSO求解转化后的问题,仿真结果显示PSO相对进化策略和遗传算法有优越性,但其罚函数的设计过于复杂,不利于求解-Operation or design of the evolution of specific binding correction factor. Literature [28] The penalty function method, using non-stat
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1728
    • 提供者:杨科
  1. Nonlinear_Programming

    0下载:
  2. 全面而完整,本概述提供了密钥算法和理论的单卷处理。笔者提供所有理论方面的明确解释,与大多数结果严格的证明。这两个部分的处理开始的优选条件和凸规划,对偶,广义凸性的讨论,并选定非线性规划分析推导。第二部份是有关技术和数值解无约束优化方法,并介绍了常用的约束非线性优化问题的算法。本次毕业级文本不需要超出初等微积分,线性代数,高等数学和现实背景分析。 -Comprehensive and complete, this overview provides a single-volume treatm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-15
    • 文件大小:23786870
    • 提供者:zhangkaibo
  1. Desktop

    0下载:
  2. 无约束优化问题,对新手有一定的帮助作用,希望大家共同交流-Unconstrained optimization problem, certainly helps the novice role, I hope you and share their
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1052
    • 提供者:孙文军
  1. multi-ctp1

    2下载:
  2. 一个基于阈值的粒子比较准则,用于处理多目标约束优化问题,该准则可以保留一部分序值较小且约束违反度在允许范围内的不可行解微粒,从而达到由不可行解向可行解进化的目的;一个新的拥挤度函数,使得位于稀疏区域和Pareto前沿边界附近的点有较大的拥挤度函数值,从而被选择上的概率也较大 从而构成解决多目标约束优化问题的混合粒子群算法。-A comparison based on the threshold criteria for the particle to handle multi-objective
  3. 所属分类:matlab

    • 发布日期:2016-12-15
    • 文件大小:4096
    • 提供者:李洪
  1. Primal-Dual-Interior-Point-Methods--StephenJ.Wrigh

    0下载:
  2. Primal-Dual Interior-Point Methods - Stephen J.Wright.pdf不知是否有人需要,讲有约束优化的好书.-Primal-Dual Interior-Point Methods- Stephen J.Wright.pdf 1997 Written by Stephen J.Wright.
  3. 所属分类:SCM

    • 发布日期:2017-05-29
    • 文件大小:12038798
    • 提供者:Azarm
  1. A3_SPEA2

    0下载:
  2. SPEA演化算法,可以用于计算多目标带约束优化问题-SPEA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1273
    • 提供者:了空
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 40 »
搜珍网 www.dssz.com